You can process files by opening them from "File" menu or by 'Drag&Drop' on MacGzip's closed icon.
In the first case the process (compress or uncompress) is the one selected in the “gzip” menu.
In the second case; it depends on the keyboard status (hold the selected key until a window pop's up):
None: The file will be uncompressed in binary or ascii mode depending on the prefs saved.
'option key': The file will be gziped (prefs won't be changed)
'a': If you are uncompressing, force ascii mode (prefs won't be changed)
'b': If you are uncompressing, force binary mode (prefs won't be changed)
When the process ends, in the first case MacGzip will quit if you have set this flag in the prefs dialog; in the second case, it will always quit.
Suffix… Is an optional suffix to use instead of '.gz'. If you are using the standard suffixes, let it empty.
Compression Level is used when compressing. The higher level, the slower and better compression. (gunzip does not use this setting.)
Hint: you can use cmd-arrow keys to change the level.
Text creator… Is the signature of files uncompressed in ascii mode.
Cmd-period will raise a SIGINT (the program execution will terminate)
When uncompressing large .Z files, the process ends a while after the grey bar is full
I have changed most of the stderr & stdout outputs to Mac alerts. if in your screen flashes the console window, this is a bug (please, report to the address below)
The menu “ascii” means “-a” option
The pref. Force… means “-f” option
The pref. Suffix... means "-S" option
When uncompressing, option -N is always on
I have used the following file Types:
suffix type creator
.gz Gzip Gzip gziped
.Z ZIVU Gzip compressed (from maccompress)
.z pZIP Gzip pkziped (from UnZip 2.0.1)
Anyway, read GNU’s gzip.doc to find out about formats.
The settings (Preferences and the gzip menu settings) are stored in the prefs folder. If you want to have two or more copies to perform different tasks, you can change the STR #128:
Example: A copy called “gunzip -a” to use it as a grinder to gunzip text files (STR #128 = 'gunzip-a prefs'; for example).
• Warranty & so
What is that? 'Warranty', have you said?
• Thanks to:
Timothy Murphy ("tim@maths.tcd.ie" ) for Posix lib.
tree@uvm.edu for SpinCursors code
Greg Robbins for Prefs code
C.K. Haun (Apple DTS) for Movable Modal code
Dave Rubinic for Easy Errors 1.0 resources
Lloyd Chambers (MacCompress) for Icons idea
And all other people whose source code I used ‘for documentation’